<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: XSmake2020
Author: 纳姆网络
Author URI: http://www.namu66.com 
Description: 纳姆网络企业网站建设专用，官方网站：www.namu66.com，升级服务QQ448696976，手机号码18907337671。   
Version: 1.0.0
Text Domain: xs
*/
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead,figure{
	border: 0;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
body{
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, '宋体';
	color:#000;
}
p{
	padding: 0;
	margin: 0;	
}
ul,li,ol {
	list-style: none;
	background: transparent;
	margin-bottom:0;
}

a,a:focus{
	text-decoration: none;
	color:#000;
}
a:hover{
	color: #ff001e;
	text-decoration: none;
}
a,button,input{ 
outline: none;
}
img {
	display:inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
.alignleft {
display:inline;
float:left;
margin-right:1.625em;
}
.alignright {
display:inline;
float:right;
margin-left:1.625em;
}
.aligncenter {
clear:both;
display:block;
margin-left:auto;
margin-right:auto;
}
embed,
iframe,
object {
  max-width: 100%;
  margin:auto;
  display:block;
}
table{
    margin: 15px auto;
    border-collapse: collapse;
    border: 1px solid #aaa;
    width: 100%;
}
table th {
  vertical-align:baseline;
  padding:5px 15px 5px 6px;
  background-color:#3F3F3F;
  border:1px solid #3F3F3F;
  text-align:left;
  color:#fff;
}
table td {
	vertical-align: middle;
	padding: 10px;
  border:1px solid #aaa;
}
table tr:nth-child(odd) {
  background-color:#F5F5F5;
}
table tr:nth-child(even) {
  background-color:#fff;
}

#header{position:relative;}
#header .top-header {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px #dcdcdc solid;
}
#header .top-header .tool span {
  padding: 0 10px;
}
#header .top-header .tool span i {
  margin-right: 5px;
}

.header-logo h1{
		line-height:0;
         font-size:0;
         overflow:hidden;
}
.header-logo{
    height: 80px;
    line-height: 80px;
} 
.header-logo a {
    vertical-align: middle;
    display: block;
}
.header-logo a img{
	vertical-align: middle;
	width:auto;
	display:inline-block;
	max-height:60px;
	}

#header .btm-header .contact .fa4 {
  font-size: 40px;
  float: left;
  border-right: 1px #dcdcdc solid;
  padding-right: 10px;
  margin-right: 10px;
}
#header .btm-header .contact p {
  overflow: hidden;
  font-size: 22px;
  line-height: 40px;
}
#header .btm-header .contact p a {
  color: #ff001e;
  font-size: 28px;
    font-family: Arial;
    font-weight: bold;
}
#header .header-menu {
  background: #333;
}
.header-menu ul li {
  width: 12.5%;
  float: left;
  text-align: center;
  position: relative;
}
.header-menu ul li a {
  font-size: 16px;
  display: block;
  line-height: 50px;
  height: 50px;
  color: #fff;
}
.header-menu-con &gt;li.current-menu-item {
  background-color: #ff001e;
}
.sf-menu ul{
  position: absolute;
  width: 100%;
  top: 100%;
  display: none;
  z-index: 9999;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.sf-menu ul .arr_t {
  width: 0;
  height: 0;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #f00;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -8px;
  z-index: 9999;
}
.sf-menu ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  z-index: 9999;
}
.sf-menu ul li:last-child{  border-bottom:0;}
.sf-menu ul li a {
  display: block;
  border: none;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.sf-menu ul li .sub-menu li:last-child {
  border-bottom: none;
}
.sf-menu ul li:hover {
	background:#ff001e;
}
.sf-menu ul &gt;li:hover&gt;a{color:#fff;}
.sf-menu ul ul {
    top: 1px;
    left: 100%;
}
.sf-menu li li ul {
    margin-top: -1px;
}
#slider .owl-theme .owl-dots,.inews-img .owl-theme .owl-dots{
    position: absolute;
    width: 100%;
    bottom: 5px;
}

.us {
    background: #efefef;
}

.us .us-des {
    background: #ffffff;
    padding: 20px;
}
.title-con {
  text-align: center;
  position: relative;
}
.title-con .h3-con {
  text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
  position: relative;
}
.title-con .h3-con h3:after {
    content: '';
    width: 60px;
    height: 3px;
    background-color:#ff001e;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.title-con .h3-con h3 {
    font-size:28px;
    font-weight: bold;
}
.title-con p{
    color: #666;
    font-size: 18px;
	max-width: 600px;
    margin: auto;
}
.pro-nav{
    border-bottom: 3px solid #dcdcdc;
    padding-bottom: 10px;
}
.cat-more {position:relative;top:8px;}
.cat-list {
    position: relative;
    top: 8px;
}
.cat-list li{
 float:left;
}
.cat-list li.on  a{
    color: #ff001e;
    font-weight: bold;
}
.cat-list li a{
display:inline-block;
padding:0 20px;
min-width:140px;
text-align:Center;
font-size: 16px;
}
.cat-list p {
    position: absolute;
    top: 26px;
    left: 0px;
    width: 140px;
    height: 10px;
    border-top: 3px solid #ff001e;
    overflow: hidden;
    text-align: center;
}
.cat-list  b {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-style: solid dashed dashed dashed;
    border-width: 9px;
    border-color: #ff001e #fff #fff #fff;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
}
.pro-wrap .pro-item {
    display: none;
    margin-top: 20px;
}
.pro-wrap ul li{
    position: relative;
	overflow: hidden;
}
.pro-cat-img {
    display: block;
    text-align: center;
}
.pro-wrap  div:first-child{display:block;}
.pro-cat-tit {
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
.pro-cat-con {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    background-color: rgba(72,126,231,0.7);
    color: #fff;
    text-align: center;
    padding: 40px 30px 10px 30px;
	margin:0 15px;
}
.pro-cat-con .tit a{
display:inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
	color:#fff;
}
.pro-cat-con .more {
    width: 145px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    margin: 20px auto 0 auto;
    font-size: 15px;
}
.pro-cat-con .more a {
    display: block;
    color: #5a5a5a;
}
.pro-cat-con .more:hover a {
    background-color: #13293d;
    color: #fff;
}

.pro-wrap .divshow{display:block;}
.youshi {
  background: #efefef;
}
.youshi .ys-con {
  background: #fff;
  overflow: hidden;
  max-width: 1170px;
  margin: auto;
  padding: 30px;
}
.youshi .ys-con li:last-child{margin-bottom:0;}
.youshi .ys-con li h3 {
  font-size: 28px;
  margin: 30px 0 20px 0;
  font-weight: bold;
}
.youshi .ys-con li .more {
  display: inline-block;
  padding: 10px 20px;
  background: #ff001e;
  color: #fff;
  margin-top: 20px;
}
.youshi .ys-con li .more:hover {
  background: green;
}
.youshi .ys-con li img {
  max-width: 100%;
  margin: auto;
  padding: 20px;
}
.youshi .ys-con li p {
  line-height: 1.6;
  margin-top: 10px;
  color: #a4a1a2;
}
.youshi .ys-con li:nth-child(even) .ys-left {
 order: 1;
}
.case {
 overflow:hidden;
}

.inews {
     background: #efefef;
}

.inews-img .news-info {
    padding:6%;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: left;
    color: #fff;
	    background-color: rgba(0,0,0,0.6);
}
.news-info .con{
    font-size: 16px;
    margin-top: 10px;
    height: 18px;
    overflow: hidden;
    line-height: 18px;
}
.inews-list li a{
    display: block;
    position: relative;
    padding: .5em .5em .65em 2em;
}
.inews-list li a:hover {
    background: #e2e2e1;
}
.inews-list li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    left: .8em;
    top: 1.5em;
    border: 4px solid;
    border-color: transparent transparent transparent #ff001e;
}
.inews-list ._title {
	color: #000;
    font-size: 1.2em;
    height: 2em;
    line-height: 2;
	overflow: hidden;
}
.inews-list ._text {
	color: #7c7c7c;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}
.service {

}
.service .service-content .service-con  p{
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
}
.service .service-content .service-con b {
  font-weight: bold;
}
.content .title-con {
  text-align: left;
  margin-bottom: 0;
}
.content .title-con h3 {
  border: none;
}
.content-list li{
	padding-bottom: 30px;
    margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}

.content-list li h2 a{
	font-weight: bold;
	display:inline-block;
	font-size:18px;

}

.content-list li h2{
	margin-top:5px;
    margin-bottom: 15px;
    overflow: hidden;
	line-height:1.42;
}
.content-list li p{
	font-size:16px;
    overflow: hidden;
    line-height: 1.7;
	color: #999999;
}
.content-list li span{
	float:left;
	color: #b4b4b4;
}
.content-list li span i{
	margin-right:10px;
}
.content .cp-list article {
  margin-bottom: 20px;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #d7d7d7;
  border-bottom: 4px solid #d7d7d7;
}
.content .cp-list li{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.content .cp-list li&gt;a{
    border: 1px solid #dcdcdc;
    display: block;
    padding: 10px;
}
.content .cp-list article .entry-content h2 {
  padding: 20px 0;
  border-bottom: 1px dashed #959595;
}
.content .cp-list article .entry-content h2 a {
  font-size: 18px;
  font-weight: bold;
}
.content .cp-list article .entry-content p {
  margin-top: 10px;
  line-height: 1.8;
}
.content .cp-list article .entry-content .more {
  display: inline-block;
  padding: 10px 20px;
  background: #e62129;
  color: #fff;
  margin-top: 10px;
}
.content .cp-list article .entry-content .more:hover {
  background: green;
}
.navigation {
	margin:20px auto;
  text-align: center;
  display:block;
}
.navigation a,
.navigation span {
  display: inline-block;
  border: 1px solid #eee;
  padding: 10px 20px;
  margin: 0 1px;
      background: #fff;
}
.navigation .current {
  background: #f00;
  color: #fff;
  text-decoration: none;
  border: 1px solid #f00;
}
.screen-reader-text{
	    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.crumbs {
  border: 1px #dcdcdc solid;
  padding:15px 0;
}
.header-con{margin-bottom:20px;}
.header-con h1.title{
    font-size: 24px;
    font-weight: bold;
    color: #31424e;
}

.single-header h1 {
  padding-bottom: 20px ;
  font-size: 24px;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.single-header .single-meta {
  overflow: hidden;
  color: #999;
}
.single-header .single-meta .author,
.single-header .single-meta .time {
  float: left;
  margin-right: 10px;
  line-height: 36px;
}
.single-header .single-meta .bdsharebuttonbox {
  float: right;
  line-height: 36px;
}
.hot-search {
  margin: 10px 0;
}
.hot-search p {
  font-size: 16px;
  color: #888888;
}
.hot-search p a {
  margin: 0 10px 5px 0;
}
.entry-content{
	overflow:hidden;
	font-size: 16px;
}
.entry-content p{
	margin-bottom:1em;
	line-height: 1.75;
}
.entry-content a{
    color: #ff0000;	
}
.entry-content div{
	margin-bottom:1em;
	max-width: 100%;
	font-size: 16px;
}
.entry-content hr{
	margin:20px 0;
}
.entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px 15px;
}
.entry-content h2:first-child{
    margin: 0px 0px 15px;
}
.entry-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px 15px;
}
.entry-content h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px 15px;
}
.entry-content h3:first-child{
    margin: 0px 0px 15px;
}
.entry-content ul {
  list-style: disc;
  margin: 15px 0 15px 30px;
}
 .entry-content ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.6;
}

.entry-content ol {
  list-style: decimal;
  margin: 15px 0 15px 30px;
}
 .entry-content ol li {
  list-style: decimal;
  font-size: 16px;
  line-height: 1.6;
}
.entry-content blockquote {
  border-left: 5px solid #eee;
  margin: 20px;
  padding: 5px 10px;
  clear: both;
}
.gallery .gallery-item{
	padding:10px;
}
.gallery .gallery-item img{
	border: none !important;
}
div.wp-caption{
	max-width:100%;
}
p.wp-caption-text,dd.wp-caption-text{
	text-align: center;
    margin-top: 10px;
    font-weight: bold;
	font-size:16px;
}
.sidebar aside {
  margin-bottom: 20px;
}
.sidebar aside:last-child{
	margin-bottom:0;
}
.sidebar .widget-title h2 {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
  font-size: 20px;
  font-weight: bold;
  color: #31424e;
  margin-bottom: 20px;
}
.sidebar .widget-title h2 span {
  font-size: 16px;
  display: block;
}
.widget-title h3 {
  background: #ff001e;
  text-align: center;
  padding: 15px 0;
  font-size: 24px;
  color: #fff;
}
.widget ul {
  background: #eee;
}
.widget ul li a {
  display: block;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
}

.sidebar .sidebar-hot {
  padding: 20px;
  border: 1px solid #dcdcdc;
}
.sidebar .sidebar-hot ul li {
  margin-bottom: 15px;
  overflow: hidden;
}
.sidebar .sidebar-hot ul li p {
  margin-top: 5px;
  text-align: center;
}
.sidebar .sidebar-hot ul li:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-hot img {
  max-width: 100%;
  height: auto;
}
.sidebar .s400 h3 {
  font-size: 24px;
  background: #ff001e;
  text-align: center;
  padding: 15px 0;
  color: #fff;
}
.sidebar .s400 h3 a {
  color: #fff;
  font-size: 24px;
}
.sidebar .s400 h3 span {
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 4px;
}
.sidebar .s400 .kf {
  padding: 58px 20px 20px 20px;
  background: #dedede;
  position: relative;
}
.sidebar .s400 .kf .kf-con {
  background: #fff;
  padding: 0 15px 15px 15px;
}
.sidebar .s400 .kf .kf-con img {
  position: absolute;
  left: 28px;
  top: 15px;
}
.sidebar .s400 .kf .kf-con p {
  padding-top: 40px;
  line-height: 1.6;
}
.sidebar .s400 .kf .kf-con span {
  margin-top: 10px;
  display: inline-block;
}
.single-info {
  color: #323232;
  border-bottom: 1px dashed #959595;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.sxp div {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.cp-xg {
overflow:hidden;
}
.cp-xg ul li {
	margin-bottom:10px;
}
.cp-xg ul li a {
    padding: 10px;
    border: 1px #dcdcdc solid;
    display: block;
}
.cp-xg ul li a p {
margin-top:10px;
  text-align: center;
      height: 20px;
    overflow: hidden;
}
.mini {
  position: relative;
}
#footer {
  border-top: 1px solid #131313;
  color: #666;
  background: #252525;
}
#footer h3 {
  font-size: 18px;
  color: #ffffff;
  margin: 0px 0px 15px;
}
#footer ul li a {
    color: #888888;
  display:block;
  line-height:2;
}
#footer ul li a:hover {
  color: #ffffff;
}
#footer .copyr {
  padding: 20px 0;
  border-top: 1px solid #1b1b1b;
}
#footer .copyr a {
  color: #666;
}
#footer .copyr .link {
  overflow: hidden;
}
#footer .copyr .link h2 {
  font-size: 18px;
  color: #cccccc;
  margin: 0px 0px 15px;
}
#footer .copyr .link ul li {
  float: left;
  margin: 0 10px 10px 0;
}
#footer .copyr p {
  text-align: center;
}
#footer .tel {
  color: #888888;
  line-height:2;
}
#footer .tel p strong {
  font-size: 22px;
  color: #fff;
}
.cp-cats {
  margin-bottom: 20px;
}
.cp-cats .cp-title {
  overflow: hidden;
  margin-bottom: 20px;
}
.cp-cats .cp-title h3 {
  float: left;
  border-left: 5px solid #ef001d;
  padding-left: 10px;
}
.cp-cats .cp-title h3 a {
  font-size: 24px;
  color: #ef001d;
  font-weight: bold;
}
.cp-cats .cp-title p {
  float: right;
}
.cp-cats .cp-title p a {
  display: inline-block;
  padding: 5px 10px;
  background: #ff001e;
  color: #fff;
}
.cp-cats .cp-title p a:hover {
  background: green;
}
.cp-cats ul {
  overflow: hidden;
}
.cp-cats ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.cp-cats ul li a {
  display: block;
}
.cp-cats ul li a img {
  margin: auto;
      display: block;
}
.cp-cats ul li a p {
  text-align: Center;
  margin: 10px 0;
  height: 15px;
  line-height: 1;
  overflow: hidden;
}
.cp-child {
  overflow: hidden;
}
.cp-child .children{display:none}
.cp-child li {
  float: left;
    margin: 10px 10px 0 0;
}
.cp-child li a {
  padding: 8px 15px;
  border: 1px solid #dcdcdc;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  display: inline-block;
}
.cp-child li a:hover{
    background: #ff001e;
    color: #fff;
	 border: 1px solid #ff001e;
}
.entry-img a img{
display:block;
margin:auto;
}
*[class*="rect-"] {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.rect-75 {
    padding-bottom: 75%;
}
.rect-100 {
    padding-bottom: 100%;
}
*[class*="rect-"] ._full {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.imgZoom img{ -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.cp-img {
    padding: 10px;
    border: 1px #dcdcdc solid;
}
.product-con .cp-img {
  padding: 10px;
  border: 1px #dcdcdc solid;
}
.product-con .cp-img .swiper-pagination {
  bottom: 0 !important;
}
.product-con .cp-info h1 {
  font-size: 32px;
  font-weight: bold;
  color: #323232;
  margin: 10px 0 20px 0;
}
.product-con .cp-cat  {
  font-size: 16px;
}
.product-con .cp-cat a {
  font-size: 16px;
  font-weight: bold;
    color: #323232;
}
.product-con .cp-info p strong {
  font-weight: bold;
}
.product-con .cp-info .cp-des {
	padding: 20px 0 20px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
	line-height:2;
}
.product-con .cp-info .cp-des h3,.lx-btn h3{
    font-size: 16px;
    color: #414141;
    line-height: 1;
    margin-bottom: 20px;
}
.product-con .cp-info .cp-buy a {
  text-decoration: underline;
}
.product-con .lx-btn p {
  font-size: 20px;
  font-weight: bold;
   color: #323232;
}
.product-con .lx-btn p  span{
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #323232;
}
.product-con .lx-btn p a {
  font-size: 20px;
}
.product-con .con2 {
  margin-top: 30px;
}
.product-con .con2 .h3-title {
  font-size: 20px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px dashed #959595;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.con1{overflow:hidden;}

.side-pannel {
    position: fixed;
    width: 50px;
    bottom: 50px;
    right: 10px;
    z-index: 1000;
}
.side-bar &gt; a {
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    float: left;
    background: #666666;
}
.side-bar &gt; a:hover {
  background: #ff001e;
}
.f_top {
    display: block !important;
    font-size: 24px !important;
    color: #fff !important;
    line-height: 50px !important;
}
.single-pro-nav{
	border-bottom: 3px solid #666666;
}
.single-pro-list li{
	margin-right:1px;
	float:left;
	background-color:#dcdcdc;
	-moz-border-radius: 15px 15px 0 0; /* Firefox */
  -webkit-border-radius:15px 15px 0 0;/* Safari 和 Chrome */
  border-radius: 15px 15px 0 0;/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */

}
.single-pro-list li.on{
	background-color:#666666;
}
.single-pro-list li.on a{
	color:#ffffff;
}
.single-pro-list li a{
	display:inline-block;
	padding:10px 20px;
		color:#000000;
}
.mejs-container{max-width:700px !important;}

.apply {
    display: none;
}
.apply a {
	    font-size: 20px;
    width: 50%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    float: left;
    color: #fff;
}
.apply a.bm-phone {
    background-color: #f5643f;
}
.apply a.bm-form {
    background-color: #ed740b;
}
.apply a i {
    margin-right: 10px;
}
.case-list div a{
	position:relative;
	display:block;
}
.case-list p{
    padding:10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align:center;
    color: #fff;
    background-color: rgba(0,0,0,0.6);	
	    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wpcf7 label{width:100%;}
.wpcf7 input,.wpcf7 textarea{
	width:100%;
	border: 1px #cccccc solid;
}
.wpcf7-submit{
    background: #ff001e;
    border: none;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
}</pre></body></html>